-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chanjo2 report available for cases without gene panels #4890
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4890 +/- ##
=======================================
Coverage 84.81% 84.81%
=======================================
Files 319 319
Lines 19308 19308
=======================================
Hits 16376 16376
Misses 2932 2932 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cancer cases nowadays should have panels? But really nice to see the coverage code out for d4tools!
@@ -86,7 +86,7 @@ | |||
</div> | |||
|
|||
<!-- If connected to a chanjo or chanjo2 instance, display coverage report --> | |||
{% if case.chanjo2_coverage and case.default_genes %} | |||
{% if case.chanjo2_coverage %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Ah OK, so perhaps I'll modify the changelog description |
Quality Gate passedIssues Measures |
…mics#4890) * Display chanjo2 coverage report for cases with no gene panels * Fixed changelog * fix changelog * typo * Modify changelog --------- Co-authored-by: Chiara Rasi <rasi.chiara@gmacil.com>
This PR adds a functionality or fixes a bug.
Testing on cg-vm1 server (Clinical Genomics Stockholm)
Prepare for testing
scout-stage
and the server iscg-vm1
.ssh <USER.NAME>@cg-vm1.scilifelab.se
sudo -iu hiseq.clinical
ssh localhost
podman ps
systemctl --user stop scout.target
systemctl --user start scout@<this_branch>
systemctl --user status scout.target
scout-stage
) to be used for testing by other users.Testing on hasta server (Clinical Genomics Stockholm)
Prepare for testing
ssh <USER.NAME>@hasta.scilifelab.se
us; paxa -u <user> -s hasta -r scout-stage
. You can also use the WSGI Pax app available at https://pax.scilifelab.se/.conda activate S_scout; pip freeze | grep scout-browser
bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-tool-stage.sh -e S_scout -t scout -b <this_branch>
us; scout --version
paxa
procedure, which will release the allocated resource (scout-stage
) to be used for testing by other users.How to test:
Expected outcome:
The functionality should be working
Take a screenshot and attach or copy/paste the output.
Review: